Key Event Params
public final static KeyEventParams KeyEventParams(UiEventModifierParams uiEventModifierParams, DomKeyCode domKeyCode, String character)
public final static KeyEventParams KeyEventParams(UiEventModifierParams uiEventModifierParams, DomKeyCode domKeyCode, String character)
Creates a new instance of KeyEventParams with the given parameters.
Since
8.0.0
Parameters
ui Event Modifier Params
The DOM event parameters with the key modifiers.
dom Key Code
The code of the physical key used in the event.
character
A string that contains either a UTF-8 character associated with the domKeyCode or one of the predefined values. The predefined values are listed in the W3C specification.